南骏 池
2025-03-19 0ad220d7a97ff885f8f709580eec39ff24c84df9
H5/Js/LLJ/Add.js
@@ -31,7 +31,9 @@
            ttrre: false,
            show: false,
            tableMxData: [],
            tabActive:0
            tabActive: 0,
            inputValue: '',//特征值输入
            resultValue: '',//检验结果录入
        }
    },
    mounted() {
@@ -60,7 +62,7 @@
                guid : mxguid ,
            }, true, 1).then(function (res1) {
                if (res1.rtnCode == 1) {
                    that.tableMxData = res1.rtnData;
                } else {
                    that.$toast.fail(res1.rtnMsg);
                }