#
zjj
2023-12-11 c8b2322c5c43b6e627ff724405281bc53c6c98f5
src/main/webapp/views/deviceOperate/crnOperate.html
@@ -234,6 +234,11 @@
            },
            requestOperate(method) {
               let that = this
               that.$confirm('此操作存在风险,是否继续','提示',{
                  confirmButtonText: '确定',
                  cancelButtonText: '取消',
                  type: 'warning'
               }).then(()=>{
               $.ajax({
                  url: baseUrl + "/crn/operator/" + method,
                  headers: {
@@ -255,6 +260,8 @@
                     }
                  }
               });
               })
            },
            updateEnableInOut(type) {
               let that = this