|
@@ -52,7 +52,7 @@ const submitForm = async (formEl) => {
|
|
|
await formEl.validate((valid, fields) => {
|
|
|
if (valid) {
|
|
|
if (props.dictCode) {
|
|
|
- updateVideoTag(form.value, props.dictCode).then(() => {
|
|
|
+ updateVideoTag(form.value).then(() => {
|
|
|
proxy.$modal.msgSuccess('修改成功');
|
|
|
emits('close', true);
|
|
|
emits('refresh');
|