Commit cb2f44d0534b67ffd20d654b6e23bb89f46b3c2c

Authored by fengwotao
1 parent 9e39db26

fix: DEFECT-1405 修复测试数据,输出参数没有显示完全

... ... @@ -100,14 +100,12 @@
100 100 v-if="isNotTest"
101 101 v-model:value="scriptForm.description"
102 102 placeholder="请输入备注"
103   - :maxlength="255"
104 103 />
105 104 <a-textarea
106 105 :rows="5"
107 106 v-else
108 107 v-model:value="scriptForm.output"
109 108 placeholder="输出参数为服务端返回的内容"
110   - :maxlength="255"
111 109 />
112 110 </a-form-item>
113 111 </a-form>
... ...