|
@@ -42,6 +42,7 @@ Component(
|
|
|
defaultLabel: "待支付",
|
|
|
defaultName: "待支付",
|
|
|
defaultStatus: "待支付",
|
|
|
+ alertTitle: "",
|
|
|
},
|
|
|
|
|
|
didMount() {
|
|
@@ -61,7 +62,6 @@ Component(
|
|
|
const { status, startTime, endTime } = this.filters || {};
|
|
|
|
|
|
// 当状态未改变时,做时间筛选校验,拦截请求;当状态被改变时,做时间校验的同时,不拦截请求
|
|
|
-
|
|
|
// 状态:已支付
|
|
|
// if (status && status === "1") {
|
|
|
// if (!startTime || this.getTimeChange(startTime, endTime, 15)) {
|