代码优化
Showing
2 changed files
with
1 additions
and
3 deletions
| ... | @@ -241,7 +241,6 @@ export default { | ... | @@ -241,7 +241,6 @@ export default { |
| 241 | methods: { | 241 | methods: { |
| 242 | // 重置 | 242 | // 重置 |
| 243 | reset(){ | 243 | reset(){ |
| 244 | debugger | ||
| 245 | if(this.$refs['ruleForm']){ | 244 | if(this.$refs['ruleForm']){ |
| 246 | this.$refs['ruleForm'].resetFields(); | 245 | this.$refs['ruleForm'].resetFields(); |
| 247 | } | 246 | } | ... | ... |
| ... | @@ -349,7 +349,6 @@ | ... | @@ -349,7 +349,6 @@ |
| 349 | <script> | 349 | <script> |
| 350 | import Qlr from "../../../components/formMenu/qlr"; | 350 | import Qlr from "../../../components/formMenu/qlr"; |
| 351 | import Qlxz from "../../../components/formMenu/qlxz"; | 351 | import Qlxz from "../../../components/formMenu/qlxz"; |
| 352 | import {submit} from "../../../api/common" | ||
| 353 | import geoUtils from "@components/lineTree/tx/js/geoUtils"; | 352 | import geoUtils from "@components/lineTree/tx/js/geoUtils"; |
| 354 | import { | 353 | import { |
| 355 | getAllList, | 354 | getAllList, |
| ... | @@ -357,7 +356,7 @@ import { | ... | @@ -357,7 +356,7 @@ import { |
| 357 | getListByXzqbsm, | 356 | getListByXzqbsm, |
| 358 | getListByPbsm, | 357 | getListByPbsm, |
| 359 | submit, | 358 | submit, |
| 360 | getTree | 359 | getTree, |
| 361 | } from "../../../api/common"; | 360 | } from "../../../api/common"; |
| 362 | import { | 361 | import { |
| 363 | getBdcdyh, | 362 | getBdcdyh, | ... | ... |
-
Please register or sign in to post a comment