Commit 24f61197 authored by zhengke's avatar zhengke

1

parent f5ff6fdb
...@@ -412,14 +412,14 @@ ...@@ -412,14 +412,14 @@
}), }),
mounted() { mounted() {
this.getList(); this.getList();
if (!this.isHaveViewSupplierAction) {
this.visibleColumns.splice(this.visibleColumns.length - 1, 1);
}
}, },
created() { created() {
this.getSaleStateList(); this.getSaleStateList();
this.getCountryList(); this.getCountryList();
this.getProductType(); this.getProductType();
if (!this.isHaveViewSupplierAction) {
this.visibleColumns.splice(this.visibleColumns.length - 1, 1);
}
}, },
methods: { methods: {
//获取国家列表 //获取国家列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment