520c7ea5 by renchao@pashanhoo.com

style:登记情形

1 parent 29929fe8
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-22 15:49:28 4 * @LastEditTime: 2024-02-01 10:14:28
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -233,7 +233,6 @@ ...@@ -233,7 +233,6 @@
233 } 233 }
234 }) 234 })
235 } 235 }
236 console.log(this.clxxList);
237 }, 236 },
238 /** 237 /**
239 * @description: orderNoChange 238 * @description: orderNoChange
...@@ -369,7 +368,6 @@ ...@@ -369,7 +368,6 @@
369 */ 368 */
370 addDjqx () { 369 addDjqx () {
371 this.form.djqx.push({ 370 this.form.djqx.push({
372 bsmSqyw: getUuid(32),
373 nodecode: "", 371 nodecode: "",
374 nodename: "", 372 nodename: "",
375 enabled: "1", 373 enabled: "1",
......