5d70e3dc by renchao@pashanhoo.com

style:高级搜索完善

1 parent 5de6673c
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-25 09:31:27
* @LastEditTime: 2023-10-26 14:46:56
*/
export default {
data () {
......@@ -40,11 +40,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-12 17:05:40
* @LastEditTime: 2023-10-26 14:40:29
-->
<template>
<div class="from-clues">
......@@ -208,12 +208,6 @@
mounted () {
sendThis(this);
},
watch: {
queryForm: {
handler (newName, oldName) { },
immediate: true,
},
},
activated () {
this.queryClick();
window["getBpageList"] = () => {
......