style:申请业务规则
Showing
1 changed file
with
5 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-10-13 10:26:57 | 4 | * @LastEditTime: 2023-10-13 10:37:29 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div> | 7 | <div> |
| ... | @@ -153,9 +153,11 @@ | ... | @@ -153,9 +153,11 @@ |
| 153 | </template> | 153 | </template> |
| 154 | <script> | 154 | <script> |
| 155 | import { uploadUrl } from '@/api/file' | 155 | import { uploadUrl } from '@/api/file' |
| 156 | import { getUuid } from "@/utils/operation.js" | ||
| 157 | import { datas, sendThis } from "./sqywDetail"; | ||
| 156 | import { upward, down } from "@/utils/operation"; | 158 | import { upward, down } from "@/utils/operation"; |
| 157 | import { getDjlxInfo, getSqdjywDetail, saveSqdjyw } from "@/api/sysSqdjyw.js"; | 159 | import { getDjlxInfo, getSqdjywDetail, saveSqdjyw } from "@/api/sysSqdjyw.js"; |
| 158 | import { datas, sendThis } from "./sqywDetail"; | 160 | |
| 159 | import store from '@/store/index.js' | 161 | import store from '@/store/index.js' |
| 160 | export default { | 162 | export default { |
| 161 | name: "componentDialog", | 163 | name: "componentDialog", |
| ... | @@ -366,6 +368,7 @@ | ... | @@ -366,6 +368,7 @@ |
| 366 | */ | 368 | */ |
| 367 | addDjqx () { | 369 | addDjqx () { |
| 368 | this.form.djqx.push({ | 370 | this.form.djqx.push({ |
| 371 | bsmSqyw: getUuid(32), | ||
| 369 | nodecode: "", | 372 | nodecode: "", |
| 370 | nodename: "", | 373 | nodename: "", |
| 371 | enabled: "1", | 374 | enabled: "1", | ... | ... |
-
Please register or sign in to post a comment