|
|
|
@ -171,6 +171,7 @@ |
|
|
|
|
|
|
|
import CNC from "./com_bm_cnc"; |
|
|
|
import Cut from "./com_bm_cut"; |
|
|
|
import {isAuth} from "../../../../utils"; |
|
|
|
export default { |
|
|
|
name: "technicalSpecificationDetail", |
|
|
|
props:{ |
|
|
|
@ -183,6 +184,7 @@ |
|
|
|
'activeName': { |
|
|
|
deep: true, |
|
|
|
handler: function (val, oldVal) { |
|
|
|
if (this.readonly===false&&isAuth('103002:bmSave')){ |
|
|
|
if (oldVal === 'baseInfo') { |
|
|
|
this.$refs.basicInformation.saveData1() |
|
|
|
} else if (oldVal === 'customerInfo') { |
|
|
|
@ -202,6 +204,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
components: { |
|
|
|
basicInformation, |
|
|
|
|