Commit 6b692b8f authored by 黄奎's avatar 黄奎

页面修改

parent ca9b19de
...@@ -822,7 +822,6 @@ export default { ...@@ -822,7 +822,6 @@ export default {
}, },
ChangeEnabled(row){ ChangeEnabled(row){
console.log(row)
this.apipost( this.apipost(
"/api/Miai/UpdateFaTie", "/api/Miai/UpdateFaTie",
{ UserIds:row.Id , IsFaTie: row.IsFaTie }, { UserIds:row.Id , IsFaTie: row.IsFaTie },
......
...@@ -249,7 +249,6 @@ export default { ...@@ -249,7 +249,6 @@ export default {
} }
); );
} else { } else {
console.log("error submit!!");
return; return;
} }
}); });
......
...@@ -203,7 +203,6 @@ export default { ...@@ -203,7 +203,6 @@ export default {
methods: { methods: {
handleSelectionChange(val) { handleSelectionChange(val) {
this.sels = val; this.sels = val;
console.log(138, val);
}, },
getDateList() { getDateList() {
let msg = JSON.parse(JSON.stringify(this.msg)); let msg = JSON.parse(JSON.stringify(this.msg));
......
...@@ -2072,7 +2072,6 @@ ...@@ -2072,7 +2072,6 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.addMsg = res.data.data; this.addMsg = res.data.data;
console.log("this.addMsg",this.addMsg);
if (!this.$route.query.GoodsId) { if (!this.$route.query.GoodsId) {
this.addMsg.Id = 0 this.addMsg.Id = 0
} }
......
...@@ -540,7 +540,6 @@ export default { ...@@ -540,7 +540,6 @@ export default {
//其他 //其他
let other = this.$refs.ueother.getUEContent(); let other = this.$refs.ueother.getUEContent();
this.addMsg.Other = other; this.addMsg.Other = other;
console.log(this.addMsg.BuiltUpArea,this.addMsg.EndBuiltUpArea)
if(this.addMsg.BuiltUpArea==='' || this.addMsg.EndBuiltUpArea===''){ if(this.addMsg.BuiltUpArea==='' || this.addMsg.EndBuiltUpArea===''){
this.Error('请输入建筑面积') this.Error('请输入建筑面积')
return return
......
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