Browse Source

BUG 修尬

master
Rui_Li 11 months ago
parent
commit
03ef1eff2b
  1. 3
      src/views/modules/tooling/components/com_tool_info_add_update.vue

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

@ -345,7 +345,7 @@ export default {
this.pageData.noteText = '';
this.searchFlag = false;
//
this.changeToolPrefix();
//this.changeToolPrefix();
}else{
this.titleCon = '工具修改';
this.pageData = JSON.parse(JSON.stringify(toolInfo));
@ -459,6 +459,7 @@ export default {
//
let site = this.pageData.site;
let toolId = this.pageData.toolId;
debugger
if(site == null || site === ''){
this.$message.error('工厂不能为空!');
return false;

Loading…
Cancel
Save