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

页面修改

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