|
@@ -146,6 +146,7 @@ const clickToolCom = (com, index) => {
|
|
|
ElMessage.warning("请先保存组件!!!");
|
|
|
return;
|
|
|
}
|
|
|
+ tipTitle = '编辑'+com.compentName
|
|
|
selectIndex.value = index;
|
|
|
currentCom.value = com;
|
|
|
if (com.compentType === "mingpai" || com.compentType === "duomeiticaiji") {
|
|
@@ -173,9 +174,9 @@ const getNameClass = (index) => {
|
|
|
};
|
|
|
|
|
|
// 底部table ===============
|
|
|
-const tipTitle = ref("编辑物料采集");
|
|
|
+let tipTitle = ref("编辑物料采集");
|
|
|
const bottomTableRef = ref({});
|
|
|
-const tableType = ref("MARTERIAL");
|
|
|
+const tableType = ref("MARTERIAL_BOM");
|
|
|
|
|
|
const creatNewData = () => {
|
|
|
bottomTableRef.value && bottomTableRef.value.startCreat();
|