Update index.vue

parent 6e3cc320
......@@ -566,6 +566,7 @@ export default defineComponent({
password: { type: String, required: true },
email: { type: String, required: true },
address: { type: String, required: true },
taxCode: { type: String, required: true },
phoneNumber: { type: String, required: true },
status: { type: Number, required: true },
artistList: { type: Array as PropType<unknown[]>, required: true },
......@@ -942,7 +943,6 @@ export default defineComponent({
taxCodeRules,
passwordInputRules,
isPwd: ref(true),
taxCode,
};
},
emits: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment