726d21d7 by 任超

style:业务办理

1 parent 2d8e09c8
......@@ -76,9 +76,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog")
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectCfdj({ ...this.queryForm, ...this.pageData })
......
......@@ -81,9 +81,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectDiyaq({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -105,9 +105,6 @@ export default {
sendThis(this)
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
if (!this.isJump) {
//从业务办理进入
......
export default {
methods: {
closeDialog () {
this.$emit("closeDialog")
},
//点击行选中或取消复选框
handleRowClick (row, column, event) {
row.djblzt != 1 && (this.$refs.table.toggleRowSelection(row))
......
......@@ -70,9 +70,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectZdjbxx({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -67,9 +67,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectNydsyqQlxx({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -94,9 +94,6 @@ export default {
});
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
//默认加载表格信息
queryClick () {
this.queryForm.bsmSqyw = this.bsmSqyw;
......
......@@ -73,9 +73,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
selectAllHInfo({ ...this.queryForm, ...this.pageData }).then((res) => {
if (res.code === 200) {
......
......@@ -72,9 +72,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectFwsyq({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -80,9 +80,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectJsydQlxx({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -70,9 +70,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectZdjbxx({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -72,9 +72,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectYgdj100({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -72,9 +72,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectYgdj200({ ...this.queryForm, ...this.pageData }).then((res) => {
......
......@@ -72,9 +72,6 @@ export default {
sendThis(this);
},
methods: {
closeDialog () {
this.$emit("closeDialog");
},
queryClick () {
this.queryForm.sqywbm = this.sqywInfo.djywbm;
selectYgdy({ ...this.queryForm, ...this.pageData }).then((res) => {
......