licp
2024-03-11 901d81f1c56281bab87044d2ff562d8ed8601efa
src/views/quality/testplan/testplan-form.vue
@@ -442,7 +442,6 @@
    },
    // 删除子表
    delStandard(row) {
      console.log(row)
      delStandard(row.id).then((res) => {
        if (res.data.code === 0) {
          this.getTestPlanInfo(this.dataForm.id)