|
|
@@ -740,8 +740,9 @@ export default {
|
|
|
console.log(res, '拿到了自动创建检查计划回显数据')
|
|
|
this.autoConfig.planDate = res.data.planDate
|
|
|
this.autoConfig.planFrequency = res.data.planFrequency
|
|
|
- this.handleFrequencyChange(res.data.planFrequency)
|
|
|
this.autoConfig.checkUserId = res.data.checkUserId
|
|
|
+ this.handleFrequencyChange(res.data.planFrequency)
|
|
|
+
|
|
|
if (res.data.startStatus == '0') {
|
|
|
this.autoConfig.startStatus = false
|
|
|
} else {
|