mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-02 02:34:26 +00:00
fix 修复 demo页面字段编写错误
This commit is contained in:
@@ -336,7 +336,7 @@ function submitForm() {
|
||||
proxy.$refs["demoRef"].validate(valid => {
|
||||
if (valid) {
|
||||
buttonLoading.value = true;
|
||||
if (form.value.ossConfigId != null) {
|
||||
if (form.value.id != null) {
|
||||
updateDemo(form.value).then(response => {
|
||||
proxy.$modal.msgSuccess("修改成功");
|
||||
open.value = false;
|
||||
|
@@ -243,7 +243,7 @@ function submitForm() {
|
||||
proxy.$refs["treeRef"].validate(valid => {
|
||||
if (valid) {
|
||||
buttonLoading.value = true;
|
||||
if (form.value.ossConfigId != null) {
|
||||
if (form.value.id != null) {
|
||||
updateTree(form.value).then(response => {
|
||||
proxy.$modal.msgSuccess("修改成功");
|
||||
open.value = false;
|
||||
|
Reference in New Issue
Block a user