fix language fie.

This commit is contained in:
xiawenlong
2021-10-19 14:48:08 +08:00
parent 68e738fdd7
commit 7f733c3ad3
7 changed files with 69 additions and 29 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ js::set('api', $api);
<tr>
<th><?php echo $lang->api->params;?></th>
<td colspan='2'>
<body-field @change="changeAttr" :attr="api.params.params"></body-field>
<body-field @change="changeAttr" :attr="attr"></body-field>
<input type="hidden" name="params" v-model="params">
</td>
</tr>