|
|
@@ -74,7 +74,6 @@
|
|
|
methods: {
|
|
|
async handleAudit(status) {
|
|
|
|
|
|
-
|
|
|
this._approveTaskWithVariables(status);
|
|
|
},
|
|
|
async _approveTaskWithVariables(status) {
|
|
|
@@ -111,6 +110,11 @@
|
|
|
}
|
|
|
},
|
|
|
|
|
|
+ /**
|
|
|
+ * 更新日期数据
|
|
|
+ *
|
|
|
+ * @returns {Promise<void>}
|
|
|
+ */
|
|
|
async updateDate() {
|
|
|
let LL = await this.getTableValue();
|
|
|
let _LL = LL.map((m) => {
|