charles
2024-08-06 7d520e6190241adc647f36f7aea34c365216edb0
src/views/productManage/silkRegisterForm/addPage.vue
@@ -778,7 +778,7 @@
      });
      //规格
      getDictList({
        dictType: 3,
        dictType: 4,
      }).then((res) => {
        if (res.code == 200) {
          this.specList = res.data || [];