Commit 8443ec6d by wangxing

删除console

parent 61d1b2f4
<!--
* @Author: your name
* @Date: 2021-11-24 10:16:47
* @LastEditTime: 2021-11-30 10:40:46
* @LastEditTime: 2021-11-30 10:49:09
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \刑侦二期(1)\founder_vue\src\views\sf\xnpgbg.vue
......@@ -395,7 +395,6 @@ export default {
var self = this;
let cxFormDataCopy = JSON.parse(JSON.stringify(self.cxFormData))
queryYwgzAll(cxFormDataCopy).then((res)=>{
console.log(res,'resrerer')
if (res.success && res.code == 200) {
let hData1 = []
let zData1 = []
......@@ -416,7 +415,6 @@ export default {
var self = this;
let cxFormDataCopy = JSON.parse(JSON.stringify(self.cxFormData))
queryDysDlrzAll(cxFormDataCopy).then((res)=>{
console.log(res,'ressdsfsdfsd')
if (res.success && res.code == 200) {
let hData1 = []
let zData1 = []
......@@ -447,7 +445,6 @@ export default {
watch:{
cxFormData:{
handler(value){
console.log(value,'valueuefhaush')
this.doQueryYwData()
this.doQueryXtData()
},
......
<!--
* @Author: your name
* @Date: 2021-11-29 17:12:15
* @LastEditTime: 2021-11-30 10:46:52
* @LastEditTime: 2021-11-30 10:49:18
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \founder_vue\src\views\sf\grxnpgbg.vue
......@@ -456,7 +456,6 @@ export default {
var self = this;
let cxFormDataCopy = JSON.parse(JSON.stringify(self.cxFormData))
querySysDlrzAllByPerson(cxFormDataCopy).then((res)=>{
console.log(res,'ressdsfsdfsd')
if (res.success && res.code == 200) {
let hData1 = []
let zData1 = []
......
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