|
@@ -256,18 +256,13 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.sn = ''
|
|
|
- this.msgSuccess("已发起确认流程");
|
|
|
- this.getList();
|
|
|
- this.msgSuccess("已发起确认流程");
|
|
|
- this.getList();
|
|
|
+
|
|
|
+
|
|
|
const id = this.$route.params.subId
|
|
|
const serialNumber = this.$route.params.serialNumber
|
|
|
- this.msgSuccess("已发起确认流程");
|
|
|
- this.getList();
|
|
|
- this.msgSuccess("已发起确认流程");
|
|
|
- this.getList();
|
|
|
- this.msgSuccess("已发起确认流程");
|
|
|
- this.getList();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
if (typeof id !== 'undefined') {
|
|
|
this.si = id
|
|
|
} else {
|
|
@@ -279,8 +274,7 @@ export default {
|
|
|
this.sn = this.serialNumber
|
|
|
}
|
|
|
|
|
|
- this.msgSuccess("已发起确认流程");
|
|
|
- this.getList();
|
|
|
+
|
|
|
},
|
|
|
methods: {
|
|
|
handleClick(tab) {
|