Przeglądaj źródła

feat: 前端微调

WANGKANG 8 miesięcy temu
rodzic
commit
7bfece4f3b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/demo/AlgorithmModelTrack/index.vue

+ 1 - 1
src/views/demo/AlgorithmModelTrack/index.vue

@@ -214,7 +214,7 @@ const setItemsOptions = () => {
   itemsOptions = [
     {
       label: '算法',
-      prop: 'algorithmId_',
+      prop: 'algorithmId',
       rules: [{required: true, message: '算法不能为空', trigger: 'blur'}],
       compOptions: {
         elTagName: 'select',