|
@@ -2,7 +2,7 @@
|
2
|
2
|
* @Author: ysh
|
3
|
3
|
* @Date: 2024-05-10 15:31:57
|
4
|
4
|
* @LastEditors: Please set LastEditors
|
5
|
|
- * @LastEditTime: 2024-12-10 17:08:05
|
|
5
|
+ * @LastEditTime: 2024-12-19 16:50:23
|
6
|
6
|
-->
|
7
|
7
|
<template>
|
8
|
8
|
<div class="app-container">
|
|
@@ -584,8 +584,6 @@ export default {
|
584
|
584
|
this.form.gmUserId = this.$store.getters.userId;
|
585
|
585
|
this.gmTime = parseTime(new Date(), '{y}-{m}-{d}')
|
586
|
586
|
}
|
587
|
|
- console.log(this.form);
|
588
|
|
-
|
589
|
587
|
this.getProjectList();
|
590
|
588
|
this.getPartyAList();
|
591
|
589
|
this.getDeptList();
|
|
@@ -1046,7 +1044,6 @@ export default {
|
1046
|
1044
|
updateContractData() {
|
1047
|
1045
|
this.workList = this.$refs.workTableRef.workList;
|
1048
|
1046
|
this.paymentList = this.$refs.paymentRef.paymentList;
|
1049
|
|
- console.log(this.form);
|
1050
|
1047
|
updateContract(this.form).then(response => {
|
1051
|
1048
|
this.$modal.msgSuccess("保存成功");
|
1052
|
1049
|
this.open = false;
|