b250c965 by 任超

style:家庭房产

1 parent 92a29bbb
......@@ -120,7 +120,6 @@ export default {
// 单选
singleElection (row) {
this.selected = this.data.indexOf(row);
console.log(this.selected);
},
tableRowClassName ({ row, rowIndex }) {
......
......@@ -120,7 +120,6 @@ export default {
// 单选
singleElection (row) {
this.selected = this.data.indexOf(row);
console.log(this.selected);
},
tableRowClassName ({ row, rowIndex }) {
......
......@@ -97,6 +97,9 @@ export default {
this.myValue = val;
let that = this
if (val) {
this.form.sqrList = []
this.form.qlrList = []
this.isSearch = false
if (this.sqcxBsm == "") {
that.add("sqr");
that.add("qlr");
......@@ -121,9 +124,6 @@ export default {
},
methods: {
closeDialog () {
this.form.sqrList = []
this.form.qlrList = []
this.isSearch = false
this.$emit("input", false);
},
loadData () {
......@@ -131,7 +131,7 @@ export default {
getJtfcInfo({ sqcxBsm: this.sqcxBsm }).then((res) => {
this.$endLoading();
if (res.code == 200) {
this.form = _.cloneDeep(res.result);
this.form = res.result;
this.isSearch = true;
}
});
......
......@@ -88,6 +88,7 @@ export default {
console.log(name, sort);
},
handleAdd () {
this.sqcxBsm = ''
this.isDialog = true;
},
handleViewClick (row) {
......