|
@@ -925,6 +925,9 @@
|
|
|
this.form.pc=res.data.pc;
|
|
|
this.isJy = false;
|
|
|
if (res.data.default) {
|
|
|
+ if(!this.form.ffyf){
|
|
|
+ this.form.ffyf = res.data.default;
|
|
|
+ }
|
|
|
if (res.data.upper && res.data.upper.length >= 6) {
|
|
|
console.log(this.upper, 'this.upper时间');
|
|
|
if (res.data.default === res.data.upper) {
|