修改bug

This commit is contained in:
‘937886381’
2023-07-11 08:47:44 +08:00
parent b5b6f94dbc
commit 9a6fb46e24
20 changed files with 456 additions and 194 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-24 11:19:43
* @LastEditors: zhp
* @LastEditTime: 2023-02-24 16:16:54
* @LastEditTime: 2023-07-10 14:35:06
* @Description:
*/
export default {
@@ -72,7 +72,7 @@ export default {
});
},
handleSearchReset() {
this.$refs.addOrUpdate.formClear();
this.$refs.searchOrUpdate.formClear();
},
cancel(id) {
this.$refs["popover-" + id].showPopper = false;