|
@@ -157,6 +157,7 @@ const resetForm = () => {
|
|
|
tableForm.modelName = "";
|
|
|
tableForm.modelType = "";
|
|
|
tableForm.modelDesc = "";
|
|
|
+ tableForm.modelCode = "";
|
|
|
};
|
|
|
//编辑
|
|
|
const editDialog = (data) => {
|
|
@@ -196,6 +197,7 @@ const btnClick = (row, index, param) => {
|
|
|
tableForm.modelName = index.modelName;
|
|
|
tableForm.modelType = index.modelType;
|
|
|
tableForm.modelDesc = index.modelDesc;
|
|
|
+ tableForm.modelCode = index.modelCode;
|
|
|
} else if (param === 3) {
|
|
|
msgTitle.value = "删除机型维护";
|
|
|
flag.value = true;
|
|
@@ -205,6 +207,7 @@ const btnClick = (row, index, param) => {
|
|
|
tableForm.modelName = index.modelName;
|
|
|
tableForm.modelType = index.modelType;
|
|
|
tableForm.modelDesc = index.modelDesc;
|
|
|
+ tableForm.modelCode = index.modelCode;
|
|
|
} else if (param === 4) {
|
|
|
router.push({
|
|
|
path: "/BasicsData/modelMaintenance/shippingSpace",
|