|
@@ -876,6 +876,9 @@ export default {
|
|
|
this.title = "修改";
|
|
this.title = "修改";
|
|
|
}
|
|
}
|
|
|
this.form = response.data;
|
|
this.form = response.data;
|
|
|
|
|
+ if(!!this.form && !!this.form.project){
|
|
|
|
|
+ this.form.project = String(this.form.project);
|
|
|
|
|
+ }
|
|
|
if (!this.form.IsAtAll) {
|
|
if (!this.form.IsAtAll) {
|
|
|
this.form.IsAtAll = "1"; // 默认值
|
|
this.form.IsAtAll = "1"; // 默认值
|
|
|
}
|
|
}
|