|
@@ -221,8 +221,8 @@
|
|
};
|
|
};
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- getMsg() {
|
|
|
|
- //获取模具
|
|
|
|
|
|
+ //获取模具
|
|
|
|
+ getMoulds(){
|
|
this.http.post( this.port.base.moulds, {
|
|
this.http.post( this.port.base.moulds, {
|
|
belongCompanyId: this.user.companyId
|
|
belongCompanyId: this.user.companyId
|
|
},
|
|
},
|
|
@@ -243,6 +243,10 @@
|
|
type: "error"
|
|
type: "error"
|
|
});
|
|
});
|
|
});
|
|
});
|
|
|
|
+ },
|
|
|
|
+ getMsg() {
|
|
|
|
+ //获取模具
|
|
|
|
+ this.getmoulds();
|
|
//新版获取公司
|
|
//新版获取公司
|
|
this.http.post(this.port.base.relationList, {
|
|
this.http.post(this.port.base.relationList, {
|
|
companyType: 1
|
|
companyType: 1
|
|
@@ -373,6 +377,7 @@
|
|
|
|
|
|
//添加界面
|
|
//添加界面
|
|
showAdd() {
|
|
showAdd() {
|
|
|
|
+ this.getmoulds();
|
|
this.addFormVisible = true;
|
|
this.addFormVisible = true;
|
|
this.addForm = {
|
|
this.addForm = {
|
|
modelNo: "",
|
|
modelNo: "",
|