ff1c0c09 by yuanbo

增加注释

1 parent feceba45
......@@ -180,6 +180,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: { list, total, pages: pageSize, pageNum: current }
......
......@@ -146,6 +146,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: { list, total, pages: pageSize, pageNum: current }
......
......@@ -151,6 +151,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......
......@@ -147,10 +147,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectmanyQL.blur()
if (!e) this.$refs.selectmanyDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......@@ -167,6 +176,12 @@
// this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async handlDatadetails (index, row) {
let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
if (res != null) {
......
......@@ -111,9 +111,18 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectshareQL.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......@@ -129,6 +138,12 @@
this.message = error
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async handlDatadetails (index, row) {
let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
if (res != null) {
......
......@@ -179,10 +179,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectsingleQL.blur()
if (!e) this.$refs.selectsingleDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......@@ -199,6 +208,12 @@
// this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async handlDatadetails (index, row) {
let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
if (res != null) {
......
......@@ -139,10 +139,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectownershipQL.blur()
if (!e) this.$refs.selectownershipDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......
......@@ -146,10 +146,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectseaAreaQL.blur()
if (!e) this.$refs.selectseaAreaDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......
......@@ -139,10 +139,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectbuildQL.blur()
if (!e) this.$refs.selectbuildDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......@@ -159,6 +168,12 @@
// this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
async handlDatadetails (index, row) {
let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB)
if (res != null) {
......
......@@ -134,6 +134,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......
......@@ -140,6 +140,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......
......@@ -135,6 +135,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......
......@@ -138,10 +138,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectnoticeRegQL.blur()
if (!e) this.$refs.selectnoticeRegDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
let { result: { list, total, pages: pageSize, pageNum: current }
......
......@@ -134,10 +134,19 @@
},
methods: {
// 是否显示下拉框
/**
* @description: 是否显示下拉框
* @param {*} e
* @author: renchao
*/
isShowSelectOptions (e) {
if (!e) this.$refs.selectobjectionRegQL.blur()
if (!e) this.$refs.selectobjectionRegDJ.blur()
},
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......@@ -154,6 +163,12 @@
this.$refs.msg.messageShow()
}
},
/**
* @description: handlDatadetails
* @param {*} index
* @param {*} row
* @author: renchao
*/
handledetails (index, row) {
}
}
......
......@@ -122,6 +122,10 @@
}
},
methods: {
/**
* @description: featchData
* @author: renchao
*/
async featchData () {
try {
this.form = Object.assign(this.form, this.formData)
......