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