charles
2024-07-24 f13d1d01c3c3cbb075e63ae02be54bbb023c13d0
src/views/productManage/silkRegisterForm/addPage.vue
@@ -770,7 +770,7 @@
    getSelectDataList() {
      //车间
      getDictList({
        dictType: 1,
        dictType: 2,
      }).then((res) => {
        if (res.code == 200) {
          this.nameList = res.data || [];
@@ -792,7 +792,7 @@
      // });
      //庄口
      getDictList({
        dictType: 0,
        dictType: 1,
      }).then((res) => {
        if (res.code == 200) {
          this.marketList = res.data || [];
@@ -1025,7 +1025,10 @@
                    message: "保存成功!",
                    type: "success",
                  });
                  this.activeName = "second"
                    if(res.data.ID){
                        this.registerId=res.data.ID;
                    }
                  this.activeName = "second";
                    this.getDetailsData();
                  // this.$router.push({
                  //   path: "/productManage/silkRegisterForm",