haoxuan
2023-09-02 1fb855808318b5274f620cb8aad414bd516c2dbd
src/components/AddIssue.vue
@@ -307,6 +307,7 @@
        }, 1000);
        this.isLoading=true;
          sendProcessParams({ id: this.taskData.Procedure.ID }).then((res) => {
            console.log(res,'====res')
            if (res.code == 200) {
              setProductNumber().then((res) => {
                this.resParams = res;