lyh
3 天以前 6df50fe2f94dc9059445b24e65ff53967a5c57d7
增加手动发起流程刷新页面
已修改1个文件
2 ■■■■■ 文件已修改
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dnc/base/modules/ProductStructure/Document/OtherDocumentTableList.vue
@@ -211,6 +211,7 @@
              .then(res => {
                if (res.success) {
                  this.$message.success('流程发起成功')
                  this.loadData()
                } else {
                  that.$notification.error({
                    message: '消息',
@@ -226,6 +227,7 @@
              })
              .finally(() => {
                that.$destroyAll()
                this.loadData()
              })
          },
          onCancel: () => {