-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 点击上传
-
-
-
-
-
- 创建
- 创建并继续单元划分
- 重置
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击上传
+
+
+
+
+
+ 保存
+ 重置
+
+
+
+
+
+
+
+
diff --git a/client/src/views/standard/standard.vue b/client/src/views/standard/standard.vue
index 87a3b51..8f602d4 100644
--- a/client/src/views/standard/standard.vue
+++ b/client/src/views/standard/standard.vue
@@ -269,7 +269,7 @@ export default {
if (valid) {
const isEdit = this.dialogType === "edit";
if (isEdit) {
- updateUser(this.user.id, this.user).then(res => {
+ updateStandard(this.standard.id, this.standard).then(res => {
if (res.code >= 200) {
this.getList();
this.dialogVisible = false
diff --git a/client/src/views/standard/standardchoose.vue b/client/src/views/standard/standardchoose.vue
new file mode 100644
index 0000000..c50f90a
--- /dev/null
+++ b/client/src/views/standard/standardchoose.vue
@@ -0,0 +1,150 @@
+