Commit c6bf1377 authored by youjie's avatar youjie

no message

parent 63a7f42d
...@@ -480,7 +480,7 @@ ...@@ -480,7 +480,7 @@
if(this.currentEditItem.plugData.BottomList.length>0){ if(this.currentEditItem.plugData.BottomList.length>0){
for(let i=0;i<this.currentEditItem.plugData.BottomList.length;i++){ for(let i=0;i<this.currentEditItem.plugData.BottomList.length;i++){
let x = this.currentEditItem.plugData.BottomList[i] let x = this.currentEditItem.plugData.BottomList[i]
if(!x.MenuName||!x.LinkUrl) return this.Error('Foot Menu'+ this.$t('objFill.v101.qingwspzxxi')+'-'+(i+1)) if(!x.LinkTitle||!x.LinkUrl) return this.Error('Foot Menu'+ this.$t('objFill.v101.qingwspzxxi')+'-'+(i+1))
} }
} }
this.isShowDialog = false; this.isShowDialog = false;
......
...@@ -90,8 +90,7 @@ export default { ...@@ -90,8 +90,7 @@ export default {
for(let i=0;i<this.postMsg.PageDataList.length;i++){ for(let i=0;i<this.postMsg.PageDataList.length;i++){
if(this.postMsg.PageDataList.length==0) return this.Error(this.$t('objFill.v101.qingwspzxxi')) if(this.postMsg.PageDataList.length==0) return this.Error(this.$t('objFill.v101.qingwspzxxi'))
let obj = this.postMsg.PageDataList[i] let obj = this.postMsg.PageDataList[i]
console.log(obj.plugData,'====') if(obj.plugData.MenuList&&obj.plugData.MenuList.length>0){
if(obj.plugData.MenuList.length>0){
for(let j=0;j<obj.plugData.MenuList.length;j++){ for(let j=0;j<obj.plugData.MenuList.length;j++){
let y = obj.plugData.MenuList[j] let y = obj.plugData.MenuList[j]
if(!y.MenuName||!y.MenuSubName||!y.FileUrl||!y.LinkUrl||y.SubMenuList.length==0) { if(!y.MenuName||!y.MenuSubName||!y.FileUrl||!y.LinkUrl||y.SubMenuList.length==0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment