a4444284 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 54ef6163 5d70e3dc
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 14:13:12
* @LastEditTime: 2023-10-26 14:46:56
*/
export default {
data () {
......@@ -39,11 +39,11 @@ export default {
* @author: renchao
*/
handleEmpty (el) {
for (var i = 0; i < this.searchList.length; i++) {
if (el == this.searchList[i].zdm) {
this.searchList.splice(i, 1)
}
}
// for (var i = 0; i < this.searchList.length; i++) {
// if (el == this.searchList[i].zdm) {
// this.searchList.splice(i, 1)
// }
// }
let obj = {
ywlymc: 'ywly',
qllxmc: 'qllx',
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-26 14:21:47
* @LastEditTime: 2023-10-26 14:48:13
-->
<template>
<div class="from-clues">
......@@ -207,12 +207,6 @@
mounted () {
sendThis(this);
},
watch: {
queryForm: {
handler (newName, oldName) { },
immediate: true,
},
},
activated () {
this.queryClick();
window["getBpageList"] = () => {
......