parent
c737018d20
commit
7af597095c
|
@ -452,10 +452,14 @@ export default {
|
||||||
let configs = [];
|
let configs = [];
|
||||||
if (this.config.openUpdateTime) {
|
if (this.config.openUpdateTime) {
|
||||||
if (!this.pastQuantity) {
|
if (!this.pastQuantity) {
|
||||||
this.$message.error("请选择时间")
|
this.$message.error("请选择时间");
|
||||||
|
this.config.openUpdateTime = false;
|
||||||
|
return
|
||||||
}
|
}
|
||||||
if (!this.pastUnit) {
|
if (!this.pastUnit) {
|
||||||
this.$message.error("请选择时间单位")
|
this.$message.error("请选择时间单位");
|
||||||
|
this.config.openUpdateTime = false;
|
||||||
|
return
|
||||||
}
|
}
|
||||||
this.config.openUpdateRuleTime = this.pastQuantity + this.pastUnit;
|
this.config.openUpdateRuleTime = this.pastQuantity + this.pastUnit;
|
||||||
configs.push({
|
configs.push({
|
||||||
|
|
Loading…
Reference in New Issue