烟花爆竹实名登记前端
祖安之光
2026-02-13 e0366dc2424df3233aeb3baa50999dfb2bf4aad0
src/views/usermng/product.vue
@@ -205,7 +205,7 @@
              v-for="item in manufacturerTree"
              :key="item.attributes"
              :label="item.text"
              :value="item.attributes">
              :value="item.text">
            </el-option>
          </el-select>
        </el-form-item>
@@ -610,7 +610,7 @@
        this.dataForm.type = row.type;
          this.dataForm.secondaryType = row.secondaryType;
        this.dataForm.directionCode = row.directionCode;
        this.dataForm.manufacturer = row.companyNumber;
        this.dataForm.manufacturer = row.manufacturer;
        this.dataForm.specification = row.specification;
        this.dataForm.explosiveContent = row.explosiveContent;
        this.dataForm.level = row.level;