|
|
@@ -2144,10 +2144,10 @@ export default { |
|
|
|
setTimeout(() => { |
|
|
|
this.$refs.tree.setCurrentKey(targetTemlate.id || 'default'); |
|
|
|
}, 0); |
|
|
|
debugger; |
|
|
|
//debugger; |
|
|
|
} else { |
|
|
|
this.getTempNameAndData(listTemplateTree[0]); |
|
|
|
debugger; |
|
|
|
//debugger; |
|
|
|
setTimeout(() => { |
|
|
|
this.$refs.tree.setCurrentKey('default'); |
|
|
|
}, 0); |
|
|
@@ -2641,7 +2641,6 @@ export default { |
|
|
|
}, |
|
|
|
//确定导入模板操作 |
|
|
|
enterImport: function () { |
|
|
|
debugger; |
|
|
|
var firstIndustryID = ""; |
|
|
|
var detailIndustryID = ""; |
|
|
|
if ( |
|
|
@@ -3184,7 +3183,7 @@ export default { |
|
|
|
// } |
|
|
|
// } |
|
|
|
if (!value) return true; |
|
|
|
debugger; |
|
|
|
//debugger; |
|
|
|
return data.label.indexOf(value) !== -1; |
|
|
|
}, |
|
|
|
/** |
|
|
|