|
@@ -508,6 +508,8 @@ export default {
|
|
|
if(this.form.images!=null){
|
|
if(this.form.images!=null){
|
|
|
this.photoArr=this.form.images.split(",");
|
|
this.photoArr=this.form.images.split(",");
|
|
|
}
|
|
}
|
|
|
|
|
+ this.appIds = this.form.appIds ? this.form.appIds.split(',') : [];
|
|
|
|
|
+
|
|
|
//修改按钮
|
|
//修改按钮
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
if(this.form.descs==null){
|
|
if(this.form.descs==null){
|