liyong
2 天以前 847e6cc3ce61641b478c77b52565516745e1d860
src/views/qualityManagement/finalInspection/index.vue
@@ -202,7 +202,7 @@
            submit(row.id);
          },
          disabled: row => {
            return row.inspectState == 1;
            return row.inspectState == 1 || !row.checkResult;
          },
        },
        {