Browse Source

工具的BUG

master
DouDou 1 year ago
parent
commit
9ba48d3c5c
  1. 8
      src/views/modules/tooling/components/com_tool_info_add_update.vue

8
src/views/modules/tooling/components/com_tool_info_add_update.vue

@ -379,7 +379,7 @@ export default {
getBaseData (val) {
if (this.tagNo === 1017) {
this.pageData.site = val.SiteID;
this.changeToolPrefix();
//this.changeToolPrefix();
}else if (this.tagNo === 1016) {
this.pageData.toolType = val.tool_type;
this.pageData.toolTypeDesc = val.tool_type_desc;
@ -491,6 +491,12 @@ export default {
},
},
watch:{
'pageData.site': function(newValue, oldValue){
//
this.changeToolPrefix();
},
},
created() {
// this.factoryList()
// this.getLanguageList()

Loading…
Cancel
Save