|
@@ -241,10 +241,6 @@ export default {
|
|
|
},
|
|
|
// 执行测试
|
|
|
handleTest(row, index) {
|
|
|
- if (this.implement) {
|
|
|
- this._getRunningStatus();
|
|
|
- return
|
|
|
- }
|
|
|
this.runningStatusArr = this.runningStatusArr.map((item, idx) => {
|
|
|
if (idx === index) {
|
|
|
return 1;
|
|
@@ -281,9 +277,6 @@ export default {
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
- if (this.implement) {
|
|
|
- this._getRunningStatus();
|
|
|
- }
|
|
|
this.runningStatusArr = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1];
|
|
|
api.allRuleTest({ hospitalId: this.hospitalId }).then((res) => {
|
|
|
this.runningStatusArr = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|