|
@@ -223,10 +223,10 @@ export default {
|
|
|
getListpp().then(res=>{
|
|
|
this.findObject(this.option.column, "brand").dicData = res.data.data.records
|
|
|
})
|
|
|
- // 获取供应商厂家数据
|
|
|
- GYSgetList(1,20, {corpType:'GYS'}).then(res=>{
|
|
|
- this.findObject(this.option.column, "corpId").dicData = res.data.data.records
|
|
|
- })
|
|
|
+ // // 获取供应商厂家数据
|
|
|
+ // GYSgetList(1,20, {corpType:'GYS'}).then(res=>{
|
|
|
+ // this.findObject(this.option.column, "corpId").dicData = res.data.data.records
|
|
|
+ // })
|
|
|
this.$refs.crud.init();
|
|
|
},
|
|
|
searchCriteriaSwitch(type) {
|