修改任务清单的编辑
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="drawer-bootom-button">
|
||||
<a-button @click="handleCancel" type="danger" style="margin-right: 16px">{{$t('cancel')}}</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" :loading="confirmLoading">{{$t('submit')}}</a-button>
|
||||
</div>
|
||||
</a-drawer>
|
||||
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
@@ -1075,16 +1075,16 @@
|
||||
})
|
||||
},
|
||||
addProcess(val) {
|
||||
let num = 2
|
||||
for (let i = 0; i < 3; i++) {
|
||||
setTimeout(() => {
|
||||
// let num = 2
|
||||
// for (let i = 0; i < 3; i++) {
|
||||
// setTimeout(() => {
|
||||
this.startProcessDesign(val, num)
|
||||
}, 500)
|
||||
}
|
||||
// }, 500)
|
||||
// }
|
||||
},
|
||||
startProcessDesign(value, num) {
|
||||
let query = {
|
||||
type: num,
|
||||
type: 2,
|
||||
msg: JSON.stringify(value).replace(/\"/g, '\'')
|
||||
}
|
||||
postAction('/workFlow/startProcess', query).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user